Esx Settings Hosts Software StageSpec
The Esx Settings Hosts Software StageSpec schema contains properties that describe the specification to be used for staging the desired software document to a host.
This schema was added in vSphere API 8.0.0.1.
{
"commit": "string"
}
The minimum commit identifier of the desired software document to be used during the POST /esx/settings/hosts/{host}/software?action=stage operation.
This property was added in vSphere API 8.0.0.1.
if missing or null
or empty the stage operation will use the latest commit to fetch the desired state document.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.commit
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.commit
.